Spread Silverlight Documentation
NotifyCollectionBase<T> Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by NotifyCollectionBase<T>.

Protected Fields
 NameDescription
Protected FielditemsThe items.  
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the collection.  
Public PropertyIsReadOnlyGets a value that indicates whether the collection is read-only.  
Public PropertyItemGets or sets the item at the specified index.  
Top
Protected Properties
 NameDescription
Protected PropertyItemsGets the items of the collection.  
Top
Public Methods
 NameDescription
Public MethodAddAdds the specified item.  
Public MethodAddRangeAdds the items in the specified collection to the end of the collection.  
Public MethodClearRemoves all items from this collection.  
Public MethodContainsDetermines whether the collection contains a specified item.  
Public MethodCopyToCopies all the items in the current collection to the specified array starting at the specified destination index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodIndexOfFinds the index for a specified item.  
Public MethodInsertInserts an item at a specified index.  
Public MethodRemoveRemoves the specified item from the collection.  
Public MethodRemoveAtRemoves the item at the specified index.  
Public MethodResumeEventResumes the collection Changed event.  
Public MethodSuspendEventSuspends the collection Changed event.  
Public MethodToArrayConverts the collection to an array.  
Top
Protected Methods
 NameDescription
Protected MethodClearInternalClears the internal.  
Protected MethodRaisePropertyChangedRaises the PropertyChanged event.  
Top
Public Events
 NameDescription
Public EventCollectionChangedOccurs when the items list of the collection has changed or the collection is reset.  
Public EventPropertyChangedOccurs when a property value changes.  
Top
See Also

Reference

NotifyCollectionBase<T> Class
GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.